github.com/klauspost/compress/flate.compressor.fillWindow (method)

4 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L213: func (d *compressor) fillWindow(b []byte) {
		deflate.go#L934: 	zw.d.fillWindow(dict)
		deflate.go#L1002: 			w.d.fillWindow(w.dict)
		deflate.go#L1016: 	w.d.fillWindow(w.dict)